home *** CD-ROM | disk | FTP | other *** search
/ Millennium Gold 2000 / Millennium Gold 2000 - Disc 2.iso / Fructus / Fructus.exe / 0 / RCDATA / TTFRUCTUSOPTIONWINDOW / TTFRUCTUSOPTIONWINDOW.txt < prev   
Text File  |  1997-01-09  |  3KB  |  133 lines

  1. object TFructusOptionWindow: TTFructusOptionWindow
  2.   Left = 293
  3.   Top = 174
  4.   BorderIcons = [biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Options'
  7.   ClientHeight = 176
  8.   ClientWidth = 327
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Scaled = False
  14.   OnCloseQuery = CheckValues
  15.   OnHide = Hide
  16.   OnShow = SetupWindow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 8
  21.     Top = 9
  22.     Width = 137
  23.     Height = 137
  24.     Picture.Data = {<image000.bmp>}
  25.   end
  26.   object Image2: TImage
  27.     Left = 288
  28.     Top = 8
  29.     Width = 32
  30.     Height = 32
  31.     Picture.Data = {<image001.ico>}
  32.   end
  33.   object Image3: TImage
  34.     Left = 288
  35.     Top = 48
  36.     Width = 32
  37.     Height = 32
  38.     Picture.Data = {<image002.ico>}
  39.   end
  40.   object Panel1: TPanel
  41.     Left = 144
  42.     Top = 8
  43.     Width = 137
  44.     Height = 81
  45.     BevelInner = bvLowered
  46.     TabOrder = 1
  47.     object CheckBox1: TCheckBox
  48.       Left = 8
  49.       Top = 8
  50.       Width = 113
  51.       Height = 17
  52.       Caption = '&Sound effects'
  53.       TabOrder = 0
  54.     end
  55.     object CheckBox2: TCheckBox
  56.       Left = 8
  57.       Top = 24
  58.       Width = 105
  59.       Height = 17
  60.       Caption = '&Blocks of fruits'
  61.       TabOrder = 1
  62.     end
  63.     object CheckBox3: TCheckBox
  64.       Left = 8
  65.       Top = 40
  66.       Width = 121
  67.       Height = 17
  68.       Caption = '&Enable jocker block'
  69.       TabOrder = 2
  70.     end
  71.     object CheckBox4: TCheckBox
  72.       Left = 8
  73.       Top = 56
  74.       Width = 105
  75.       Height = 17
  76.       Caption = 'Show &next block'
  77.       TabOrder = 3
  78.     end
  79.   end
  80.   object Button1: TButton
  81.     Left = 8
  82.     Top = 144
  83.     Width = 129
  84.     Height = 23
  85.     Caption = '&Ok'
  86.     Default = True
  87.     ModalResult = 1
  88.     TabOrder = 0
  89.   end
  90.   object Panel2: TPanel
  91.     Left = 144
  92.     Top = 96
  93.     Width = 177
  94.     Height = 73
  95.     BevelInner = bvLowered
  96.     TabOrder = 2
  97.     object Label1: TLabel
  98.       Left = 8
  99.       Top = 13
  100.       Width = 111
  101.       Height = 13
  102.       Caption = 'Number of fruits to align'
  103.     end
  104.     object Label2: TLabel
  105.       Left = 8
  106.       Top = 43
  107.       Width = 61
  108.       Height = 13
  109.       Caption = 'Starting level'
  110.     end
  111.     object SpinEdit1: TSpinEdit
  112.       Left = 128
  113.       Top = 8
  114.       Width = 41
  115.       Height = 22
  116.       MaxValue = 0
  117.       MinValue = 0
  118.       TabOrder = 0
  119.       Value = 0
  120.     end
  121.     object SpinEdit2: TSpinEdit
  122.       Left = 128
  123.       Top = 40
  124.       Width = 41
  125.       Height = 22
  126.       MaxValue = 0
  127.       MinValue = 0
  128.       TabOrder = 1
  129.       Value = 0
  130.     end
  131.   end
  132. end
  133.